From ec66d5e0c1bf070157d7c832d2d87b357d50eff3 Mon Sep 17 00:00:00 2001 From: Dave Love Date: Wed, 29 Nov 2000 11:14:26 +0000 Subject: [PATCH] (face): Fix :format. --- lisp/cus-edit.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/cus-edit.el b/lisp/cus-edit.el index 755f0ff5cb8..55ef28ce93f 100644 --- a/lisp/cus-edit.el +++ b/lisp/cus-edit.el @@ -2940,7 +2940,7 @@ restoring it to the state of a face that has never been customized." :convert-widget 'widget-value-convert-widget :button-prefix 'widget-push-button-prefix :button-suffix 'widget-push-button-suffix - :format "%t: %[select face%] %v" + :format "%{%t%}: %[select face%] %v" :tag "Face" :value 'default :value-create 'widget-face-value-create -- 2.30.2